Checkdoc fixes in progmodes
authorStefan Kangas <stefankangas@gmail.com>
Sun, 7 Jul 2024 12:50:18 +0000 (14:50 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Sun, 7 Jul 2024 15:46:30 +0000 (17:46 +0200)
commit47c79b62dd04e9ec585354b35e0ef3b3e8c2878d
treeb2964b65013fa90d1945eb4f6340c8545ae0c9bf
parent6757f8e67d3bdfe338810fc26408a62e7839afe7
Checkdoc fixes in progmodes

* lisp/progmodes/cperl-mode.el (cperl-file-style)
(cperl-continued-brace-offset, cperl-tips-faces):
* lisp/progmodes/eglot.el (eglot-confirm-server-edits, eglot)
(eglot-list-connections-mode, eglot--outstanding-inlay-hints-region)
(eglot--outstanding-inlay-regions-timer):
* lisp/progmodes/etags.el (etags-goto-tag-location)
(etags--xref-apropos-additional):
* lisp/progmodes/flymake.el (flymake-autoresize-margins):
* lisp/progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump):
* lisp/progmodes/hideif.el (hif-parse-macro-arglist):
* lisp/progmodes/idlw-help.el (idlwave-html-help-location):
* lisp/progmodes/idlwave.el (idlwave-reserved-word-upcase):
* lisp/progmodes/java-ts-mode.el (java-ts-mode--string-highlight-helper):
* lisp/progmodes/js.el (js--chained-expression-p):
* lisp/progmodes/pascal.el (pascal-mode, pascal-comment-area):
* lisp/progmodes/python.el (python--treesit-fontify-union-types):
* lisp/progmodes/ruby-mode.el (ruby-align-chained-calls)
(ruby-block-indent, ruby-rubocop-use-bundler):
* lisp/progmodes/rust-ts-mode.el
(rust-ts-mode--prettify-symbols-compose-p):
* lisp/progmodes/verilog-mode.el (verilog-cache-has-lisp)
(verilog-auto-insert-lisp, verilog-highlight-region):
* lisp/progmodes/xref.el (xref--get-history): Various checkdoc fixes.
16 files changed:
lisp/progmodes/cperl-mode.el
lisp/progmodes/eglot.el
lisp/progmodes/etags.el
lisp/progmodes/flymake.el
lisp/progmodes/gdb-mi.el
lisp/progmodes/hideif.el
lisp/progmodes/idlw-help.el
lisp/progmodes/idlwave.el
lisp/progmodes/java-ts-mode.el
lisp/progmodes/js.el
lisp/progmodes/pascal.el
lisp/progmodes/python.el
lisp/progmodes/ruby-mode.el
lisp/progmodes/rust-ts-mode.el
lisp/progmodes/verilog-mode.el
lisp/progmodes/xref.el